[LAZARUS] Access Remote SQL Server Database on WinCE programming

Posted by Dels on Stack Overflow See other posts from Stack Overflow or by Dels
Published on 2009-07-07T09:24:10Z Indexed on 2010/04/17 6:03 UTC
Read the original article Hit count: 747

Filed under:
|

I'm programming using Lazarus (Freepascal IDE, Delphi Like), and i have a problem when i need to connect into a remote SQL Server database on the network.

My question:

  1. Is there any way to connect to a remote SQLdb on Lazarus?
  2. What is required connector type for SQL Server 2005?
  3. Is there any ODBC driver available for Windows CE (Windows Mobile 5/6)? (If so, I could use TODBCConnection...)

I already searched and asked on the Lazarus community forum but didn't get any response

© Stack Overflow or respective owner

Related posts about lazarus

Related posts about sql-server